home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1998 July / EnigmA AMIGA RUN 29 (1998)(G.R. Edizioni)(IT)[!][issue 1998-07 & 08].iso / earkit / ftp / gui-ftp / gui-ftp.magic < prev    next >
Text File  |  1998-05-24  |  1KB  |  34 lines

  1. # 'Magic' file for Gui-FTP
  2. #
  3. # This file contains actions that will be applied to downloaded files if
  4. # the file extension matches one of those in the list.  Note that a file
  5. # 'extension' may infact be a complete filename, as in the later examples.
  6. # Lines starting with a '#' are comments.  Comments are NOT allowed on
  7. # the same line as a conversion.
  8. #
  9. # column 1 = extension e.g. '.lha'
  10. # column 2 = whether to perform action
  11. #               yes = always
  12. #               no  = never
  13. #               ask = ask for confirmation before performing action
  14. # column 3 = command to perform
  15. #
  16. #-----
  17. #.lha        ask     lha v
  18. #.lzh        ask     lha v
  19. #.lzx        ask     lzx v
  20. #.zip        no      unzip -v
  21. #.z          no      gzip -v
  22. #.Z          no      gzip -v
  23. #.tar.gz     no      ungztar
  24. #.gz         no      gzip -v
  25. #.jpg        ask     work:graphics/fastjpeg/fjpeg
  26. #.jpeg       ask     work:graphics/fastjpeg/fjpeg
  27. #.gif        ask     zgif
  28. #.guide      ask     multiview screen
  29. #.txt        ask     pmore
  30. #README      ask     pmore
  31. #readme      ask     pmore
  32. #recent      ask     pmore
  33. #RECENT      ask     pmore
  34.